home *** CD-ROM | disk | FTP | other *** search
/ Stanley's Sticker Stories / Stanley's Sticker Stories (1997)(Edmark)[Mac-PC].iso / mac / DemoData / xShared.Cst / 00008_Field_8.txt next >
Text File  |  1996-09-11  |  300b  |  7 lines

  1. WaitSound theChannel
  2. Use this function to hold continue looping on a frame until the sound in a specified channel is finished.  Good for tempo stuff.
  3. Example: This code fragment waits for sound in channel 1 to finish regardless of the tempo setting.
  4.  
  5. on exitFrame
  6.     waitSound(1)
  7. end exitFrame